home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1994 November
/
macformat-018.iso
/
Utility Spectacular
/
Script
/
GTQLib1.2.as folder
/
Sample Scripts
/
MinFontSize
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-03
|
253 b
|
10 lines
|
[
TEXT/ToyS
]
set theFont to (choose from list (list fonts))
set i to 0
set res to false
repeat while not res
set i to i + 1
set res to (does font exist theFont of size i)
end repeat
display dialog "That smallest size you can use " & theFont & " in is " & i & "."